home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Univers Mac Interactif 42
/
Univers Mac Interactif - Issue 42.iso
/
>interactif
/
Démos Voyager
/
STRAUSS.DIR
/
00056_Script_56
< prev
next >
Wrap
Text File
|
1994-10-13
|
697b
|
38 lines
on myWait theTicks
set myTicks = theTicks + the ticks
repeat while (myTicks >= the ticks)
end repeat
end
on enterframe
cursor 200
end
on waitQT chan
if the movieRate of sprite chan = 1 then go to the frame
end
on waitSound chan
if soundbusy(chan) = 1 then go to the frame
end
on KeyDown
global autoplaying
put 0 into autoplaying
sound stop 1
sound stop 2
unloadcast
play done
end
on waiting theTicks
--must be preceded by startTimer
if theTicks >= the timer then go the frame
end
--on setPurge thePurge
-- repeat with x=1 to the number of castMembers
-- set the purgePriority of cast x to thePurge
-- end repeat
--end